A full copy of Modelica Standard Library 3.2 build 5:
 http://www.modelica.org/libraries/Modelica

Added by sjoelund.se, 2011-10-04
Modelica/Electrical/Analog/Lines.mo fixed according to https://trac.modelica.org/Modelica/ticket/485

Modified by Martin Sjolund, 2011-05-25
- Fix syntax error (.123 = 0.123)

Added by Martin Sjolund, 2010-10-26
Changed: 
- Modelica/Constants.mo
  final constant Integer Integer_inf=2147483647
  to
  final constant Integer Integer_inf=1073741823
  so we get rid of the MetaModelica maxint warning.
